hv77
05/19/2022, 3:27 PMassets
) for each note. This helps to remove cluttering of images and also easy to preview in other markdown apps.
What I did
I configured the dendron.code-workspace settings as:
json
"settings": {
"pasteImage.defaultName": "YMMDDHHmmss",
"pasteImage.path": "${currentFileDir}/assets/images/${currentFileNameWithoutExt}",
"pasteImage.prefix": "/",
"pasteImage.insertPattern": "",
}
What I expected
Yesterday, the paste command worked as per workspace settings. With OPT+CMD+V, I was able to paste the image along with the name and path as intended. 
What I got
But, Today when I did the same paste command for a screenshot, it saved the image as 
What I tried
I tried to reload window, reload index, disable/enable paste image extension but no success.
Meanwhile, I did an Dendron update to v0.95.1 today
Has anyone experienced this issue? Is it a bug or am I missing something?
Thanks